Learn R Programming

Rfast (version 1.2)

Cholesky Matrix : Cholesky Matrix .

Description

Cholesky Matrix .

Usage

cholesky(x)

Arguments

x
A numerical matrix with data.

Value

A cholesky matrix.

See Also

chol

Examples

Run this code
x <- cov(iris[ ,1:4])
F <- cholesky(x)

Run the code above in your browser using DataLab